projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf4d679
)
delete undefined declaration. (#1165)
author
tsteven4
<13596209+tsteven4@users.noreply.github.com>
Tue, 29 Aug 2023 00:26:11 +0000
(18:26 -0600)
committer
GitHub
<noreply@github.com>
Tue, 29 Aug 2023 00:26:11 +0000
(18:26 -0600)
The declaration appeared in
6a9a05864
, 7/25/2011, without a definition
or usage.
garmin_fs.h
patch
|
blob
|
history
diff --git
a/garmin_fs.h
b/garmin_fs.h
index 1d9fd348e713a59271bcc25268e57312a14c709d..25d3bbb18c752844d7f95de8a4b910b8b00bd2a0 100644
(file)
--- a/
garmin_fs.h
+++ b/
garmin_fs.h
@@
-219,7
+219,6
@@
public:
garmin_fs_t* garmin_fs_alloc(int protocol);
void garmin_fs_destroy(void* fs);
void garmin_fs_copy(void** dest, const void* src);
-char* garmin_fs_xstrdup(const char* src, size_t size);
/* for GPX */
void garmin_fs_xml_convert(int base_tag, int tag, const QString& qstr, Waypoint* waypt);